home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / AutoItX / AutoItX.chm / html / autoit_changelog.txt next >
Text File  |  2006-08-13  |  1KB  |  37 lines

  1. 3.2.0.1 (13th August, 2006) (Release)
  2.  
  3. No AutoItX changes (See main AutoIt changelog)
  4.  
  5.  
  6. 3.2.0 (12th August, 2006) (Release)
  7.  
  8. - Changed: PixelSearch now returns an array (COM) and POINT (DLL)
  9.  
  10. - Fixed: ControlGetFocus() 2nd parameter is now optional
  11. - Fixed: ControlCommand() and ADDSTRING
  12. - Fixed: RegDelete() documentation changed to RegDeleteKey() and RegDeleteVal()
  13. - Fixed: PixelSearch() was returning corrupt values
  14. - Fixed: ControlGetHandle() not working with numeric control IDs
  15.  
  16.  
  17. 3.1.1 (7th Apr, 2005) (Release)
  18.  
  19. No AutoItX changes (See main AutoIt changelog)
  20.  
  21.  
  22. 3.1.0 (7th Feb, 2005) (Beta)
  23.  
  24. - Added: WinGetProcess()
  25. - Added: "main", "primary", "menu", "secondary" added as valid mouse button types.
  26. - Added: ControlListView()
  27. - Added: ControlGetHandle()
  28. - Added: WinSetTrans()
  29.  
  30. - Removed: URLDownloadToFile() (to be replaced with InetGet in the next version)
  31.  
  32. - Changed: IniDelete() can also delete entire sections
  33. - Changed: The mouse and pixel functions now have an additional "client area" mode.
  34. - Changed: PixelChecksum() now has optional step parameter
  35. - Changed: Control...() functions now accept the Control ID as an extra way to identify a control
  36.  
  37. - Fixed: StatusBarGetText() failed when used with no "Text" parameter